docs: sync README and CHANGELOG through v2.8.1#21
Merged
Conversation
README was stuck at v2.6.0 and docs/CHANGELOG.md at v2.4.0, both missing the accumulated release history from the package restructuring work. - README: rewrite the project structure tree to reflect the 7-package feature-based layout introduced in v2.8.0 (common, scene, spatial, render, lighting, interact, metrics), replacing the stale flat layout. Extend the release history table with entries for v2.4.1, v2.5.0, v2.5.1, v2.6.0, v2.6.1, v2.6.2, v2.7.0, v2.8.0, and v2.8.1. - CHANGELOG: add full Keep-a-Changelog entries for v2.4.1 through v2.8.1, including the module restructurings, header cleanups, camera pitch fix, and the v2.8.1 maintenance cleanup (PRs #19, #20). Pure documentation update — no source or build changes. Co-Authored-By: Claude <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
README와
docs/CHANGELOG.md가 각각 v2.6.0, v2.4.0 시점에 멈춰 있어 v2.8.1까지의 릴리즈 이력이 문서에 반영되지 않은 상태였습니다. 패키지 재구조화 이후 실제 디렉토리 레이아웃도 README의 구조도와 어긋나 있었기 때문에 함께 정리합니다.Related Issue
Type of Change
Changes
parser/,math/,bvh_vis/,display/,utils/등) 트리를 제거.Testing
Test Environment
Test Steps
git diff --stat으로 README/CHANGELOG 외 다른 파일이 건드려지지 않았음을 확인 (2 files changed, 142 insertions, 22 deletions)src/디렉토리 구조와 README의 트리 일치 여부 수동 검증 (ls src/common src/scene src/spatial src/render src/lighting src/interact src/metrics)git tag --sort=-v:refname의 태그 목록과 README/CHANGELOG 엔트리 교차 확인 — v2.4.1부터 v2.8.1까지 9개 버전이 모두 포함됨Test Results
Screenshots
Checklist
Constitution Compliance
Performance Impact
Additional Notes
🤖 Generated with Claude Code